reflect.rtype.Elem (method, view implemented interface methods)
5 uses
reflect (current package)
type.go#L768: func (t *rtype) Elem() Type {
type.go#L911: return t.Elem().Kind() == Array
type.go#L939: return t.Elem().Kind() == Array
value.go#L449: elem := toRType(t.In(n)).Elem() // FIXME cast to slice type and Elem()
value.go#L2184: if toRType(v.typ()).Elem().Kind() != Uint8 { // TODO add Elem method, fix mustBe(Slice) to return slice.
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |